Skip to main content

All Questions

0votes
0answers
59views

Robot Framework Fails to Open Browser on Host Machine When Running from Podman Container

How can I allow the Robot Framework test to open a browser on my host machine from within the Podman container? I have tried doing this but the robot suite fails to open the browser on my host machine....
user21819272's user avatar
2votes
0answers
106views

How to input text into htaccess authentication pop up(URL access authentication pop up) user name and password field using ROBOT FRAMEWORK [closed]

Tried : Input text into alert: did not work since it is not alert Press keys None ESF : did not work too, showed sending keys to current browser but the pop up didn't close with escape button. URL ...
satyaki's user avatar
0votes
2answers
1kviews

Google Chrome V 57.0 unable to input text when used with Robot Framework & throws error

I am using Robot Framework for test automation. Recently I upgraded my Chrome browser to the latest version, V 57.0 Since then, I am unable to execute my test scripts on Chrome. The webpage opens up ...
Vikram's user avatar
2votes
0answers
824views

Chrome crashes with Selenium in robot Framework

Our team are working on a automation project with Chrome and we are facing a problem regarding to Chrome. We have like 1000 scripts with so many test suite, each test suite setup is opening Chrome ...
Thắng Phạm Ngọc's user avatar
0votes
2answers
8kviews

Robot Framework can't find chromedriver in PATH variable

I want to use Chrome for automation test with Robot Framework. Here are my settings: *User variables:* name: webdriver.chrome.driver value: C:\chromedriver_win32\chromedriver.exe name: PATH values: ....
Rumen's user avatar

close